Welcome![Sign In][Sign Up]
Location:
Search - unix tcp

Search list

[Internet-Networksocketchat_0.2.1

Description: 很早年前收集的一个Unix下的SocketChat服务器端,采用c开发,多线程处理,mysql数据库,适合Socket初学者研究使用-socket chat server tcp ip mysql multithread
Platform: | Size: 830464 | Author: 宁则 | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[TCP/IP stackTCPIPTOOLS2

Description: Common TCP/IP testing tools being used in a Unix environment.
Platform: | Size: 14336 | Author: Kishore Krishnan | Hits:

[Internet-NetworkUDPconcurrentthread.c

Description: unix program of tcp ip client server for network sockets
Platform: | Size: 2048 | Author: chirag | Hits:

[TCP/IP stackMODIFIEDudpserver3.c

Description: unix program of tcp ip client server for network sockets
Platform: | Size: 2048 | Author: chirag | Hits:

[Ftp ClientTwisted_NoDocs-8.2.0.win32-py2.4

Description: Twisted是高性能面向通信的event-driven 网络引擎, 支持HTTP, NNTP, IMAP, SSH, IRC, FTP, and others-Twisted is an event-driven networking engine written in Python and licensed under the MIT license. Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more.
Platform: | Size: 2361344 | Author: richard | Hits:

[Linux-UnixTCP/IP

Description: 基于UNIX平台的TCP/IP协议的通信程序设计,能将键盘上输入的数据发送到另一台计算机上;能将接收到的数据显示到屏幕窗口内;-UNIX platform-based TCP/IP protocol communications programming, to keyboard input data is sent to another computer be able to receive data to the screen window
Platform: | Size: 1024 | Author: guangangyu | Hits:

[Linux-Unixsrc

Description: 与远程服务期的指定端口建立连接并发送测试数据,unix/LINUX redhat 2.6.18-92.el5上CC/gcc编译通过-it builds up a tcp connection with remoted server and assigned port,after connection built, it sends test data to the server, compiled with cc/gcc under unix/linux redhat 2.6.18-92.el5
Platform: | Size: 12288 | Author: wang yong | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[OtherUnix_Network_Programming_with_TCP_IP

Description: Unix Network Programming with TCP IP
Platform: | Size: 389120 | Author: bambooho | Hits:

[Internet-Networkudpxy-1.0-Chipmunk-12

Description: small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client s TCP (HTTP) connection
Platform: | Size: 96256 | Author: chenchen | Hits:

[VOIP programopensips-1.5.2-tls_src.tar

Description: sip服务器原代码,要求在linux或者unix下安装,可以用于建立自己的voip系统,基于sip协议-OpenSIPS brings: robust and performant SIP (RFC3261) Registrar server, Location server, Proxy server and Redirect server small footprint- the binary file is small size, functionality can be stripped/added via modules plug&play module interface- ability to add new extensions, without touching the core, therefore assuring a great stability of core components stateless and transactional statefull SIP Proxy processing support for UDP/TCP/TLS/SCTP transport layers IPv4 and IPv6 support for SRV and NAPTR DNS SRV DNS failover IP Blacklists multi-homed (mhomed) and multi-domain support flexible and powerful scripting language for routing logic variables support in script- script variables, pseudo-variables (access to the SIP messages), AVPs (values persistent per SIP transactions) management interface via FIFO file and unix sockets authentication, authorization and accounting (AAA) via database (MySQL, Postgress, text files), RADIUS and DIAMETER digest and IP authentication
Platform: | Size: 3659776 | Author: Banlyst Yeh | Hits:

[Linux-Unixlibnet.tar

Description: libnet是UNIX系统同台上网络安全工具开发的重要的库,它和libpcap、libnids一起,给网络安全工具的开发人员提供了一组丰富而且完全的武器,使之得以很方便地编写出结构化强、健壮性好、可移植性高等特点的程序。-Libnet is a generic networking API that provides access to several protocols. It is not designed as a all in one solution to networking. Currently many features that are common in some network protocols are not available with Libnet, such as streaming via TCP/IP. We feel that Libnet should not provide specific features that are possible in other protocols. If we restrict Libnet to the minimal needed to communicate (datagram/packets) then this allows it to support more interfaces.
Platform: | Size: 210944 | Author: 罗凯杰 | Hits:

[DocumentsTCPIP

Description: UNIX下的TCP编程,介绍TCP编程的基础知识和各种编程模式-TCP programming under UNIX
Platform: | Size: 16384 | Author: zlw | Hits:

[TCP/IP stacktcp_echo

Description: unix下用来此时TCP通讯的一个程序。采用COSKET变成-Under unix to TCP communications, a program at this time. Using COSKET become
Platform: | Size: 3072 | Author: kauf | Hits:

[TCP/IP stackuip-0.6

Description: TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
Platform: | Size: 70656 | Author: xuzhan | Hits:

[Internet-Networkzc.tar

Description: Unix网络编程TCP实现文件传输,包括客户和服务器源程序-Unix Network Programming TCP for file transfer, including the client and server source code
Platform: | Size: 1024 | Author: 王超 | Hits:

[OtheradvancedTCPIP

Description: advanced TCP/IP PROGRAMMING , it s very usefull for network programer who have background knowledge of UNIX
Platform: | Size: 7004160 | Author: jonathan | Hits:

[OS programIPMsg-2.50a7-Src-CHS.CHT.ENG.JPN

Description: - IPMsg 是一款局域网内即时通信软件, 基于 TCP/IP(UDP). 可运行于多种操作平台(Win/Mac/UNIX/Java), 并实现跨平台信息交流. - 不需要服务器支持. - 支持文件/文件夹的传送 (2.00版以上) - 通讯数据采用 RSA/Blofish 加密 (2.00版以上) - 十分小巧, 简单易用, 而且你可以完全免费使用它 - 目前已有的版本包括: Win32, Win16, MacOS, MacOSX, X11, GTK, GNOME, Java 等, 并且公开源代码. -Ip Messenger
Platform: | Size: 181248 | Author: edison | Hits:

[Linux-Unixintro

Description: Unix平台C语言TCP协议,时间/日期程序-Unix platform, C-TCP protocol, the time/date program
Platform: | Size: 56320 | Author: 石岛 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 »

CodeBus www.codebus.net